home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
kingsky.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
386b
|
17 lines
stop();
satuKaliSaja = true;
this.onEnterFrame = function()
{
sedang = _root.getBytesLoaded();
total = _root.getBytesTotal();
xpersen = Math.floor(sedang / total * 100);
persen = xpersen + " %";
wpersen = Math.floor(xpersen);
bar_mc.gotoAndStop(wpersen);
if(sedang == total)
{
delete this.onEnterFrame;
gotoAndStop("loader");
}
};